using System.Text.Json; var json = JsonSerializer.Serialize(aList);
var model = JsonConvert.DeserializeObject<List<MatrixModel.RootObject>>(json);